allowClipData

@NonNull
open fun allowClipData(@NonNull filter: @NonNull Predicate<ClipData>): @NonNull IntentSanitizer.Builder(source)

Allows clipData that passes the given filter. This method can be called multiple times and the result is additive. They will not overwrite each other.

Return

this builder.

Parameters

filter

the given clipData filter.